Logo 
Search:

Search

 
Search:    
 

Resource TypePosted On
Which of the following code would read a line of text from char type variable,...Jan 05
Which is used to read a line of text with blanks? - Select optionMar 10
What would be the output of the following code? char *str= “Managing Console I/O...Apr 04
Identify the variables, which are local to the following functionNov 08
Identify if any error in the following code segmentJan 04
What is the output of the following code?Feb 24
Consider the following code segment and select one of the optionOct 27
Mentioned code will not compile. Identify which line should be changed to fix th...Oct 27
Identify the error, if any: char str_name ‘a‘;Nov 21
How can I process command-line arguments?Sep 24
Mention the purpose of SID and SOD linesAug 22
Which code segments will convert a class object namely sample to type double?Sep 06
Which of the following will assign the value to the class member variable num? v...Jul 15
Which of the following is not true about static member variable?Jul 25
Identify the valid variable name from which optionsAug 16
The declaration of global variables must be made in which optionAug 29
Does C# support a variable number of arguments?Sep 02
Define a namespace called ‘samplespace’, which includes a member variable,namely...Dec 15
Which of the following data type(s) is introduced by ANSI C++?Dec 15
Which of the following statement defines more than one generic data type in a cl...Apr 08
Which of the following is not a user-defined data type?Jan 13
What are the fundamental differences between value types and reference types?Mar 12
Consider the following code: cout<< “Welcome”; This is an example of which opti...Oct 28
What would be the output of the following code 2?Sep 16
Which of the following is true about code in description? - Select optionNov 01
What would be the output of the following code 3? - Select optionJan 01
What would be the output of the following code? - Select optionJun 29
What will be the output of the following code segment? - Select optionOct 15
Which of the following is not true about the code segment given below?Jan 14
Which of the following statement(s) is NOT true regarding the above code? sele...Oct 05
What is the use of addressing modes, mention the different typesFeb 20
What standard types does C# use?Oct 21
Can source code be reverse-engineered from IL?Jan 28
What is Code Access Security (CAS)?Nov 04
Who defines the CAS code groups?Mar 02
How do I define my own code group?Mar 23
What is the output of the below code?Dec 06
How many address lines in a 4096 x 8 EPROM CHIP?Dec 03
When you call a function by passing the address of a data variable, it is know a...Sep 16
How will you assign value ‘5’ to the variable ‘x’ inside a member function using...Aug 11
Which of the following statement(s) is true according to the following statement...Jan 13
Which of the following features that distinguish object oriented programming fro...Jun 09
Which of the following is true about pointers?Jul 03
Which of the following statements is true about the function that contains the c...Jan 15
Find if the following function prototype contains any error: double area(int ) Dec 02
Identify which function prototype exhibits the following: Name of the function i...Feb 25
Identify all the members of the following class xyz:Jun 16
Is it true that all C# types derive from a common base class?Nov 04
So I can pass an instance of a value type to a method that takes an object as a...Oct 16
What types of object can I throw as exceptions?Dec 14